home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / SkoEd / skoed.macro < prev    next >
Encoding:
Text File  |  1996-09-27  |  191 b   |  23 lines

  1. PROC If;
  2.   "IF   THEN";
  3.   Return;
  4.   "ELSE";
  5.   Return;
  6.   "END;";
  7.   Up;
  8.   Up;
  9.   Left;
  10. CORP;
  11. !LI = If;
  12. PROC CIf;
  13.   "if () {";
  14.   Return;
  15.   "}";
  16.   Up;
  17.   Right;
  18.   Right;
  19.   Right;
  20. CORP;
  21. @^I = CIf;
  22.  
  23.